home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 April / Macworld (1996-04).dmg / Educational Demos / Goldilocks Gamebook / Goldilocks.DIR / 00014_Script_14 < prev    next >
Text File  |  1995-11-20  |  286b  |  12 lines

  1. -- Brown
  2.  
  3. on mouseDown 
  4.   global currentColor
  5.   puppetSound "Click.AIF"
  6.   set the visible of sprite 7 to true
  7.   set the  visible of sprite 8 to true
  8.   set the visible of sprite 9 to false
  9.   set the  visible of sprite 10 to true
  10.   updateStage
  11.   put "bro" into currentColor
  12. end